@charset "utf-8";
/* CSS Document */
li {list-style-type: none;}
.header-searchForm { margin: 0 auto;width: 950px;}
.header-search {
    float: left;
    width: 840px;
    height: 48px;
    line-height: 50px;
    z-index: 3;
    border-radius: 30px 0 0 30px;
    font-size: 15px;
    color: #33383f;
    letter-spacing: 1px;
    text-indent: 0;
    background-color: #f6f7f9;
    padding-left: 30px;
    padding-right: 150px;
    overflow: hidden;
    border: none;
	border: 1px solid #f93a63;
}
.header-searchIcon{display: inline-block;
    width: 110px;
    height: 48px;
    outline: 0;
    border: 0 none;
    background: url(/images/new202103index/csdn-white-search.png) no-repeat center center #DE5482;
    background-size: 50%;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 0 30px 30px 0;
	border: 1px solid #f93a63;
	}
.header-searchIcon:hover{background: url(/images/new202103index/csdn-white-search.png) no-repeat center center #f36689;}
.recommend{text-indent: 15px;
    clear: both;
    margin: 15px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
	}
.recommend a{margin-right: 10px;color: #666;}
.recommend a:hover {color: #de5482;}
.banner {
    width: 1450px;
    margin: 30px auto;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
	z-index: 3;
}
.focus {
    height: 330px;
    position: relative;
    overflow: hidden;
    width: 1390px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.focus ul{height:100%;position:absolute;}

.focus ul li{float:left;width:1390px;height:100%;overflow:hidden;position:relative;background:#000;}

.focus ul li img{width: 100%;}

.focus ul li div{position:absolute;overflow:hidden;}

.focus .btn{position:absolute;width:1390px;height:10px;padding:5px 10px;right:0;bottom:20px;text-align:center;}

.header-searchForm {
    padding-top: 26px;
}
.ibanner{position: relative;}
.index-title {
	width: 1450px;
    margin: 0 auto;
    color: #aaabab;
}
.index-title h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
}
.ibanner-back {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(100%,#fff),to(#fff));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 100%,#fff 0);
    z-index: 2;
    pointer-events: none;
}

/*轮播 .focus .btn span{display:inline-block;_display:inline;_zoom:1;width:13px;height:13px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;border-radius:6px;}  */
.focus .btn span{display: inline-block;margin: 0 4px;width: 12px;height: 12px;border: 1px solid rgba(0, 0, 0, .2); -webkit-border-radius: 6px;border-radius: 6px; background-color: rgb(0, 0, 0);cursor: pointer;-webkit-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;transition: .4s ease-in-out;opacity: 0.5;}
.focus .btn span.on{background:#f93a63;width: 38px;opacity: 1;}
.focus .preNext{width:45px;height:100px;position:absolute;top:110px;background:url(/images/lunbo/sprite.png) no-repeat 0 0;cursor:pointer;display:none;}
.focus .pre{left:0;}
.focus .next{right:0;background-position:right top;}

/*专题*/
.index-project{padding: 20px 0;width: 1450px;margin-left: auto;margin-right: auto;font-size: 14px;}
.project-pic{width: 340px;height: 213px;display: inline-block;float: left;position: relative; margin-right: 30px;border-radius: 8px;overflow: hidden;}
.project-pic:nth-child(4n) {margin-right: 0;}
.project-pic img{width: 340px;height: 213px;}
.project-text{display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    color: #fff;transition: opacity .25s ease-in-out;font-size: 20px;line-height: 50px;}
.project-pic:hover .project-text {display: block;}
.project-keywords{margin-top: 30px;}
.project-keywords-text{background-color: #fff;
    width: 127px;
    height: 48px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    padding: 5px 8px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #666;}
.project-keywords-text:nth-child(10n) { margin-right: 0;}
.project-keywords a:hover { color: #fff;
    background: -webkit-gradient(linear,left,right,color-stop(0,#fb7052),color-stop(100%,#f36689));
    background: -webkit-linear-gradient(left,#FF6F86 0,#DE5482 100%);
    background: -o-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -ms-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -webkit-gradient(linear,left top,right top,from(#FF6F86),to(#DE5482));
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#FF6F86),to(#DE5482));
    background: linear-gradient(to right,#FF6F86 0,#DE5482 100%);border-color:#fff;
 }
 
 
.column-keywords{margin-top: 0px;}
.column-keywords-text{background-color: #fff;
    width: 127px;
    height: 38px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    padding: 5px 8px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #666;}
.column-keywords-text:nth-child(10n) { margin-right: 0;}
.column-keywords a:hover { color: #fff;
    background: -webkit-gradient(linear,left,right,color-stop(0,#fb7052),color-stop(100%,#f36689));
    background: -webkit-linear-gradient(left,#FF6F86 0,#DE5482 100%);
    background: -o-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -ms-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -webkit-gradient(linear,left top,right top,from(#FF6F86),to(#DE5482));
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#FF6F86),to(#DE5482));
    background: linear-gradient(to right,#FF6F86 0,#DE5482 100%);border-color:#fff;
 }
 
/*作品*/
.pic-frame{background-color: #fafafa;padding: 10px 0 30px;}
.pic-frame:nth-of-type(even) {background-color: #fff;}
.pic-frame-box{width: 1450px;margin: 0 auto;}
.pic-title p {text-align: center;}
.pic-title .en {font-size: 48px;color: #F2F1F1;}
.pic-title .ch {font-size: 30px;margin-top: -32px;}
.pic-content-box{margin-top:30px;}
.pic-content{}
.pic-content .item{float: left;
    width: 340px;
    height: 500px;
    margin-right: 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    background: #f8f9f9;
	position: relative;
	}
.item .img{display: block;width: 100%;}
.item .img img{width: 100%;height: 100%;}
.pic-content div:nth-child(4n) {margin-right: 0;}
.item-title{width: 100%;
    height: 45px;
    position: absolute;
    top: -50px;
    left: 0;
    padding: 0 35px 0 45px;
    z-index: 0;
    transition: all 0.2s;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);}
.item-title a {
    display: block;
    width: 210px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}
.item-download{position: absolute;
    width: 100%;
    height: 38px;
    bottom: -85px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    padding: 35px 0 10px 0;
    -webkit-transition: all 0.2s;}

.item-download a {
display: block;
    overflow: hidden;
    width: 200px;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: -webkit-gradient(linear,left,right,color-stop(0,#fb7052),color-stop(100%,#f36689));
    background: -webkit-linear-gradient(left,#FF6F86 0,#DE5482 100%);
    background: -o-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -ms-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -webkit-gradient(linear,left top,right top,from(#FF6F86),to(#DE5482));
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#FF6F86),to(#DE5482));
    background: linear-gradient(to right,#FF6F86 0,#DE5482 100%);
    border-color: #fff;
}
.item-download a.downLoad:hover{
	background: #f76c9b;
    background: -webkit-linear-gradient(left,#FF6F86,#f76c9b);
    background: -o-linear-gradient(left,#FF6F86,#f76c9b);
    background: -moz-linear-gradient(left,#FF6F86,#f76c9b);
    background: linear-gradient(left,#FF6F86,#f76c9b);
	}
.item:hover .item-title{top: 0;}
.item:hover .item-download{bottom:0;}
.more{height: 23px;text-align: center;font-size: 22px;line-height: 18px;opacity: 0.6;padding-top: 5px;letter-spacing: 1px;font-weight: 300;}
.more:hover a {left: -3px;color: #DE5482;}
.friendly-link {width: 1450px;margin: 0 auto;}
.bt-body .link-box {padding-top: 60px;}
.bt-body .link-box nav:first-child a { margin-right: 18px;color: #666;}
.bt-body .link-box nav li {float: left;}
.bt-body .link-box nav a {color: #999;font-size: 14px;margin-right: 26px;line-height: 28px;}
.bt-body .link-box nav:last-child {padding-top: 10px;padding-bottom: 60px;}
.bt-body .link-box nav a:hover {color: #DE5482;}
.nav-bottom {display: none;}
.nav-yq-s {display: block;}

.yangji-list{height: 250px !important;}
.sucai-list{height: 250px !important;}
#loutinav {position: fixed;top: 15%;left: 5%;border: 1px solid #e7e7e7;text-align: center;border-radius: 14px;padding: 12px 0; background: #fff;display: none;z-index: 3; }
#loutinav ul li {position: relative;width: 70px;height: 50px;}
#loutinav ul li span {display: inline-block; color: inherit;position: relative;width: 100%;height: 50px;line-height: 50px;font-size: 14px;color: #666;}
#loutinav ul li:after {content: '';border-bottom: 1px solid #efefef;width: 54px;position: absolute; left: 8px;z-index: 1;}  
#loutinav ul li.last {background: #5e4a4a;color: #fff;border-bottom: 1px solid #ddd; }
#loutinav ul li.active span {
    display: block;
    z-index: 2;
    text-decoration: none;
    color: #FFF;
    background-repeat: no-repeat;
    font-weight: 700;
    background: -webkit-gradient(linear,left,right,color-stop(0,#fb7052),color-stop(100%,#f36689));
    background: -webkit-linear-gradient(left,#FF6F86 0,#DE5482 100%);
    background: -o-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -ms-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -webkit-gradient(linear,left top,right top,from(#FF6F86),to(#DE5482));
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#FF6F86),to(#DE5482));
    background: linear-gradient(to right,#FF6F86 0,#DE5482 100%);
    border-color: #fff;
    }

#loutinav ul li:hover span {
    display: block;
    z-index: 2;
    text-decoration: none;
    color: #FFF;
    background-repeat: no-repeat;
    font-weight: 700;
    background: -webkit-gradient(linear,left,right,color-stop(0,#fb7052),color-stop(100%,#f36689));
    background: -webkit-linear-gradient(left,#FF6F86 0,#DE5482 100%);
    background: -o-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -ms-linear-gradient(left,#fb7052 0,#f36689 100%);
    background: -webkit-gradient(linear,left top,right top,from(#FF6F86),to(#DE5482));
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#FF6F86),to(#DE5482));
    background: linear-gradient(to right,#FF6F86 0,#DE5482 100%);
    border-color: #fff;
    }
	
.evaluation{background-color: #fafafa;padding-top: 50px;padding-bottom: 40px;}
.evaluation-box{width: 1450px;margin: 0 auto;}
.portrait-list{text-align: center;margin-top: 45px;}
.portrait-list li{display: inline-block;
    position: relative;
    margin: 0 10px;
    cursor: pointer;}
.portrait-list li img{    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: solid 2px transparent;}
.portrait-list li:hover img{
	width: 72px;
    height: 72px;
	border: 2px solid #f93a63;}
	
.portrait-list li.on img {
    border-color: #11AA99;
}
.praise{padding-top: 20px;}
.design-content{display: none;
    height: 180px;
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(18,20,22,0.06);
    padding: 25px 50px;
	border-radius: 8px;}
.design-content.show {display: block;}
.design-content-hd{    text-align: left;
    font-size: 16px;
    color: #494949;}
.design-content-bd{position: relative;
    height: 52px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.design-content-ft{text-align: right;
    font-size: 14px;
    color: #494949;}


.jiaocheng-content .item {
    float: left;
    width: 340px;
    height: 240px;
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.jiaocheng-content a:nth-child(4n) {
    margin-right: 0;
}
.image-box img{display: block;width: 100%;height: 210px;}
.image-box{position: relative!important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;}
.image-box p{font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
    margin-bottom: 6px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}


@media (max-width: 1680px){
	.banner{width: 1200PX;}
	.focus ul li {width: 1140px;}
	.focus .btn{width: 1140px;}
	.focus { height: 271px; width: 1140px;}
	.index-project{width: 1200PX;}
	.project-pic{width:277.5px; height:174px;}
	.project-pic img {width:277.5px; height:174px;}
	.project-keywords-text{width: 102px;}
	.pic-frame-box{width:1200px;}
	.pic-content .item {width: 285px; height: 420px;margin-right: 20px;margin-bottom: 20px;}
	.jiaocheng-content .item{width: 285px; height: 201px;margin-right: 20px;margin-bottom: 20px;}
	.image-box img{height: 160px;}
	.friendly-link{width: 1200PX;}
	.evaluation-box{width: 1200PX;}
	.index-title{width: 1200px;}
}
@media (max-width: 1440px){
	.banner{width: 1000PX;}
	.focus ul li {width: 950px;}
	.focus .btn{width: 950px;}
	.focus { height: 226px; width: 950px;}
	.index-project{width: 1000PX;}
	.project-pic{width:235px; height:147px;margin-right: 20px;}
	.project-pic img {width:235px; height:147px;}
	.project-keywords-text{width: 125px;margin-bottom: 20px;} 
	.project-keywords-text:nth-child(7n) {margin-right: 0;}
	.pic-frame-box{width:1000px;}
	.pic-content .item {width: 235px;height: 345px;margin-right: 20px;margin-bottom: 20px;}
	.jiaocheng-content .item{width: 235px; height: 166px;margin-right: 20px;margin-bottom: 20px;}
	.image-box img{height: 135px;}
	.friendly-link{width: 1000PX;}
	.evaluation-box{width: 1000PX;}
	.index-title{width: 1000px;}


}
@media (max-width: 768px){
	.banner{width: 750px;}
	.focus ul li {width: 690px;}
	.focus .btn{width: 690px;}
	.focus { height: 164px; width: 690px;}
	.index-project{width: 750PX;}
	.focus .preNext{top: 35px;}
	.project-pic{width:360px; height:226px;margin-right: 30px;margin-bottom: 30px;}
	.project-pic:nth-child(2n) {margin-right: 0;}
	.project-pic img {width:360px; height:226px;}
	.project-keywords-text{width: 125px;margin-bottom: 20px;} 
	.pic-frame-box{width:750px;}
	.pic-content .item {width: 360px;height: 529px;margin-right: 20px;margin-bottom: 20px;}
	.jiaocheng-content .item{width: 360px; height: 254px;margin-right: 20px;margin-bottom: 20px;}
	.friendly-link{width: 750PX;}
	.pic-content div:nth-child(2n) { margin-right: 0;}
	.nav-content {width: 750px;}
	.nav-content-classification{display: none;}
	.header-searchForm{width: 700px;}
	.header-search{width: 590px;}
	.header-searchIcon{width: 100px;}
	.footer-box { width: 750px;}
	.certification{width: 750px;}
	.certification-text{width: 750px;margin: 0 auto;text-align: center;}
	.right-con{    width: 750px; margin: 0 auto;text-align: center;}
	.float-search{display: none;}
	.head-Frame {width: 750px;}
	.evaluation-box{width: 750PX;}
	.index-title{width: 750px;}
	#loutinav{display: none !important;}
	
	
	


}